C1.Web.Api.Configuration Namespace / Manager<T> Class / Remove Method
The item key.

In This Topic
Remove Method
In This Topic
Remove the item with the specified key.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal key As String _
) 
 

Parameters

key
The item key.
See Also